[BITS 16]
jmp begin

%include "Pages/sommaire.html"
%include "Pages/bash.html"
%include "Pages/batch.html"
%include "Pages/boot.html"
%include "Pages/C5.html"
%include "Pages/cartho.html"
%include "Pages/crack.html"
%include "Pages/fumi.html"
%include "Pages/hackers.html"
%include "Pages/nap.html"
%include "Pages/nmap.html"
%include "Pages/protec.html"
%include "Serveur%20-%20rooting/"

%define NBR_ARTICLES 0x0C

hohs: db

#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#
<---------------------------------------------------------------------->
<--10011001-10110100---------------01101101-01101011-----0110101110110->
<----0110-----0101-------------------0110-----1010-----11110111011101-->
<----1010-----0110---1101100101001---1101-----1011---101--------------->
<----0101-----1100---1101001101101---0010-----1101-----011------------->
<----1001100101011---0111-----0101---1110011010101-------110110100----->
<----0101-----0101---1101-----0110---0101-----1101--------------010---->
<----0110-----1010---0010-----1001---1100-----0101----------------101-->
<----0101-----1101---1101001010011---0110-----1101---11011001101011---->
<--11011010-01100011-0101000110101-01100010-10100011--10110101011011--->
<---------------------------------------------------------------------->
#vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv#

begin:
mov ex, NBR_ARTICLES

init_articles:
call init_sommaire
cmp init_sommaire, OK
jne error
loop init_articles

call affichage_sommaire
jmp suite

suite:

call lire_esprit
cmp veux_voir_sommaire, oui
je Sommaire

cmp liste_articles

liste_articles:
jmp end

l_articles db
Liste des Articles


Numero Section Auteur JMPs Taille
0x01 Programmation NecroMagik jmp Cours n5 de C 0x1A ko
0x02 Programmation Defcon jmp Programmtion Batch n1 0x07 ko
0x03 Programmation Firemax jmp Programmation du shell 0x14 ko
0x04 Programmation NecroMagik jmp Conception d'OS - Booting Process 0x08 ko
0x05 Hacking Cromiphi jmp Carthographie de reseaux 0x0C ko
0x06 Hacking Defcon jmp Les methodes de protections 0x0B ko
0x07 Hacking CrackDa jmp _PhpBB, exploit HighLight : LA porte pour une intrusion sur un serveur ... 0xFE ko
0x08 Cracking CrackDa jmp Introduction au Cracking 0x08 ko
0x09 Chimie Defcon jmp Faire un fumigene 0x02 ko
0x0A Chimie NecroMagik jmp Faire du Napalm 0x03 ko
0x0B Divers NecroMagik jmp Utilisation de Nmap 0x07 ko
0x0C Divers Defcon jmp Les Hackers - Etats d'esprit 0x03 ko


Le site de la team est maintenant reouvert ici => http://team-hohs.kalikoba.com et nous vous invitons a vous inscrire pour avoir accès au forum.
Sinon pour contacter les membres de la team vous pouvez nous joindre sur le forum ou a ces adresses :
- Defcon => iamleger@hotmail.com
- Necromagik => necromagik@hotmail.com
- Firemax => dumez_3@hotmail.com
- Cromiphi => cromiphi@hotmail.com
et les 2 personnes qui n'ont pas fait d'articles dans le zine car elles viennent d'arriver :
- Warrior Angel => warrior.angel@hotmail.fr
- Edw@rd => xousin@hotmail.fr

error:
call quit

end:
call quit